ClearCredentialsRequest

data class ClearCredentialsRequest(authenticatorId: AuthenticatorId)

Represents request frame that can be used with WebAuthn#clearCredentials operation call.

Clears all the credentials from the specified device.

See also

Constructors

ClearCredentialsRequest
Link copied to clipboard
fun ClearCredentialsRequest(authenticatorId: AuthenticatorId)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId

Sources

jvm source
Link copied to clipboard